projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76d84e8
)
x86: remove unused nopaging_gdt_descr
author
Keir Fraser
<keir@xensource.com>
Wed, 27 Jun 2007 19:00:50 +0000
(20:00 +0100)
committer
Keir Fraser
<keir@xensource.com>
Wed, 27 Jun 2007 19:00:50 +0000
(20:00 +0100)
Signed-off-by: Kevin Tian <kevin.tian@intel.com>
xen/arch/x86/boot/x86_32.S
patch
|
blob
|
history
diff --git
a/xen/arch/x86/boot/x86_32.S
b/xen/arch/x86/boot/x86_32.S
index 4119d6ee1fd259f2899a1fd1b8f98dcb0629d610..b876a7fd0907c711ad70e83cce606ecd0b9b223b 100644
(file)
--- a/
xen/arch/x86/boot/x86_32.S
+++ b/
xen/arch/x86/boot/x86_32.S
@@
-80,11
+80,6
@@
gdt_descr:
.word LAST_RESERVED_GDT_BYTE
.long gdt_table - FIRST_RESERVED_GDT_BYTE
- .word 0
-nopaging_gdt_descr:
- .word LAST_RESERVED_GDT_BYTE
- .long sym_phys(gdt_table) - FIRST_RESERVED_GDT_BYTE
-
.align PAGE_SIZE, 0
/* NB. Rings != 0 get access up to MACH2PHYS_VIRT_END. This allows access to */
/* the machine->physical mapping table. Ring 0 can access all memory. */